home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 1.2 KB | 56 lines | [TEXT/MPS ] |
- {
- File: DriverServices.p
-
- Contains: Driver Services Interfaces.
-
- Version: Technology: PowerSurge 1.0.2 and beyond (including Copland)
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- }
- {$IFC UNDEFINED UsingIncludes}
- {$SETC UsingIncludes := 0}
- {$ENDC}
-
- {$IFC NOT UsingIncludes}
- UNIT DriverServices;
- INTERFACE
- {$ENDC}
-
- {$IFC UNDEFINED __DRIVERSERVICES__}
- {$SETC __DRIVERSERVICES__ := 1}
-
- {$I+}
- {$SETC DriverServicesIncludes := UsingIncludes}
- {$SETC UsingIncludes := 1}
-
- {$IFC UNDEFINED __CONDITIONALMACROS__}
- {$I ConditionalMacros.p}
- {$ENDC}
- {$IFC UNDEFINED __DRIVERSUPPORT__}
- {$I DriverSupport.p}
- {$ENDC}
- {$IFC UNDEFINED __DRIVERSYNCHRONIZATION__}
- {$I DriverSynchronization.p}
- {$ENDC}
- {$IFC UNDEFINED __DEVICEMANAGERSUPPORT__}
- {$I DeviceManagerSupport.p}
- {$ENDC}
- {$IFC UNDEFINED __INTERRUPTS__}
- {$I Interrupts.p}
- {$ENDC}
- {$SETC UsingIncludes := DriverServicesIncludes}
-
- {$ENDC} {__DRIVERSERVICES__}
-
- {$IFC NOT UsingIncludes}
- END.
- {$ENDC}
-